home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / tr.dir / 00030.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  312 b   |  15 lines

  1. on exitFrame
  2.   global gSISystem, gSIActiveWindow, gSIHParentWnd
  3.   if gSISystem = "WIN" then
  4.     set vHWnd to gSIActiveWindow(mCall)
  5.     if vHWnd <> gSIHParentWnd then
  6.       go(the frame)
  7.       exit
  8.     end if
  9.   end if
  10.   MenuRollOver()
  11.   UIRollover(46, 47)
  12.   set the visible of sprite 47 to 1
  13.   go(the frame)
  14. end
  15.